home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / WINDOWS / MSJV7_1.ARJ / MAIN.C < prev    next >
Text File  |  1992-01-01  |  130b  |  14 lines

  1.  
  2. //cl /c /Fa main.c
  3.  
  4. void main(void);
  5. char a[20];
  6. char b[20]={0};
  7.  
  8. void main(void)
  9. {
  10.  
  11.    static c;
  12.    static d=5;
  13. }
  14.